home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / mmu_update / mmu_update.readme < prev    next >
Text File  |  1999-11-30  |  7KB  |  153 lines

  1. Short:    Update the MuLib 40.5x -> 40.60
  2. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@math.tu-berlin.de (Thomas Richter)
  4. Type:     util/libs
  5. Requires: Os 2.04, a 68020/68851, 68030, 68040 or 68060 with a working MMU
  6. Version:  40.51.1
  7.  
  8.  
  9. This is an upgrade package for the MMULib 40.5x to 40.60. The 40.5x package
  10. must have been downloaded already, I *will not* re-upload the complete 40.5x
  11. packages for a minor release change. Please get the 40.5x packages first, 
  12. then download this archive.
  13.  
  14. -----------------------------------------------------------------------------
  15.  
  16. Release 40.60
  17. -------------
  18.  
  19.     - fixed the shutdown code of MGA, thanks to Stephan!
  20.     - disabled a kludge in the mmu.library which write protected 
  21.       a kickstart image at 0x00200000 and up by checking the name 
  22.       of execbase. This kludge might have conflicted with some softkickers.
  23.     - Because people tend not to read guides, I added the 
  24.       arguments "WRITEPROTECTED" and "INVALID" to the library build-in 
  25.       "SetCacheMode". Note that they work different to what "MuSetCacheMode" 
  26.       does. Here, "WRITEPROTECTED" and "INVALID" are just aliases to "ROM" 
  27.       and "BLANK", hence enable the most defensive protection strategy.
  28.     - Added a new LVO "RebuildTreesA" which is "officially" not yet 
  29.       existing and will be documented in V41. More LVOs might be added up 
  30.       to V41, but please *DO NOT* yet call them as they did not exist 
  31.       in V40.50.
  32.     - Fixed the installation script, due to a typo the P5 MMU boot hack 
  33.       was not detected.
  34.     - Fixed the P5Detect program which just looked to the wrong
  35.       identification resources. Ooops. Installation on "non-standard"
  36.       boards should be smoother now.
  37.     - Fixed a bug in the disassembler.library which disassembled the
  38.       lea (offset.L,pc)
  39.       wrong. The offset was wrong by two bytes.
  40.     - The release number in the MuForce guide was wrong. 
  41.     - When will people finally learn to read the FAQ? *Sigh*
  42.       In case MuFastZero complains "The zero page is already remapped",
  43.       ---> READ THE GUIDE. <---
  44.  
  45. -----------------------------------------------------------------------------
  46. The MuLib and related tools are intrinsically incompatible to the ppc.library.
  47. I would have supported the ppc.library if I would have had some internal 
  48. information about it. Unfortunately, P5 denies to hand them out. Sorry.
  49. -----------------------------------------------------------------------------
  50.  
  51. Purpose and goal of this library:
  52.  
  53. The mmu.library is a planned basis for MMU (memory management) related
  54. functions the MC68K family can perform. Up to now certain hacks are available
  55. that program the MMU themselves (Enforcer,CyberGuard,GuardianAngle,SetCPU,
  56. Shapeshifter,VMM,GigaMem...). 
  57. It's therefore not unexpected that these tools conflict with each other.
  58. There's up to now no Os support for the MMU at all - the gap this mmu.library
  59. is planned to fill.
  60.  
  61. The goal is to provide a basis of functions to address and program the MMU in
  62. a hardware independent, Os friendly fashion. Hence, a future version of the
  63. Enforcer will work together with virtual memory, and others.
  64.  
  65. The mmu.library is also the basis for a virtual memory project, the 
  66. memory.library. Even though the mmu.library does not provide virtual memory
  67. itself, it builds the basics to allow an easy implementation and to avoid the
  68. hacks required by other implementations so far.
  69.  
  70. ------------------------------------------------------------------------------
  71.  
  72.                          The THOR-Software Licence (v2, 24th June 1998)
  73.  
  74.  
  75. This License applies to the computer programs known as the "mmu.library" 
  76. and its sources. The "Program", below, refers to such program. The
  77. "Archive" refers to the package of distribution, as prepared by the author
  78. of the Program, Thomas Richter. Each licensee is addressed as "you".
  79.  
  80.  
  81.  
  82. The Program and the data in the archive are freely distributable
  83. under the restrictions stated below, but are also Copyright (c)
  84. Thomas Richter.
  85.  
  86. Distribution of the Program, the Archive and the data in the Archive by a
  87. commercial organization without written permission from the author to any
  88. third party is prohibited if any payment is made in connection with such
  89. distribution, whether directly (as in payment for a copy of the Program) or
  90. indirectly (as in payment for some service related to the Program, or
  91. payment for some product or service that includes a copy of the Program
  92. "without charge"; these are only examples, and not an exhaustive enumeration
  93. of prohibited activities).
  94.  
  95.  
  96. However, the following methods of distribution
  97. involving payment shall not in and of themselves be a violation of this
  98. restriction:
  99.  
  100.  
  101. (i) Posting the Program on a public access information storage and
  102. retrieval service for which a fee is received for retrieving information
  103. (such as an on-line service), provided that the fee is not
  104. content-dependent (i.e., the fee would be the same for retrieving the same
  105. volume of information consisting of random data).
  106.  
  107.  
  108. (ii) Distributing the Program on a CD-ROM, provided that
  109.  
  110. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  111. especially this licence agreement;
  112.  
  113. b) the CD-ROM is made available to the public for a nominal fee only,
  114.  
  115. c) a copy of the CD is made available to the author for free except for
  116. shipment costs, and
  117.  
  118. d) provided further that all information on such CD-ROM is redistributable
  119. for non-commercial purposes without charge.
  120.  
  121.  
  122. Redistribution of a modified version of the Archive, the Program or the
  123. contents of the Archive is prohibited in any way, by any organization,
  124. regardless whether commercial or non-commercial. Everything must be kept
  125. together, in original and unmodified form.
  126.  
  127.  
  128.  
  129.  
  130. Limitations.
  131.  
  132.  
  133. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  134. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  135. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  136. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  137. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  138. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  139. SERVICING, REPAIR OR CORRECTION.
  140.  
  141.  
  142. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  143. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  144. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  145.  
  146.  
  147.                                                         Thomas Richter
  148.  
  149. -----------------------------------------------------------------------------
  150.  
  151. So long,
  152.     Thomas            (November 1999)
  153.